From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/libcupsfilters/
Date: Sun, 23 Feb 2025 05:11:43 +0000 (UTC) [thread overview]
Message-ID: <1740287343.5db3bb046b4fecc69b81a19f84d15d9e4919650d.sam@gentoo> (raw)
commit: 5db3bb046b4fecc69b81a19f84d15d9e4919650d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 05:03:53 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 05:09:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db3bb04
net-print/libcupsfilters: drop 2.0.0-r3, 2.0.0-r5, 2.1_beta1
Bug: https://bugs.gentoo.org/940313
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-print/libcupsfilters/Manifest | 2 -
.../libcupsfilters/libcupsfilters-2.0.0-r3.ebuild | 75 ---------------------
.../libcupsfilters/libcupsfilters-2.0.0-r5.ebuild | 77 ----------------------
.../libcupsfilters/libcupsfilters-2.1_beta1.ebuild | 75 ---------------------
4 files changed, 229 deletions(-)
diff --git a/net-print/libcupsfilters/Manifest b/net-print/libcupsfilters/Manifest
index 962bcb8983ae..9fd00b902233 100644
--- a/net-print/libcupsfilters/Manifest
+++ b/net-print/libcupsfilters/Manifest
@@ -1,4 +1,2 @@
-DIST libcupsfilters-2.0.0.tar.xz 1279856 BLAKE2B ce9d839bb700017c303c1301c7a97fd02e3657a908e685377be49557d995574a7fc5a31d4fcbda5eeb9ba2d3cd07858224540dbf0bc9fa078cfd25a58ee15a41 SHA512 279bff6dcfa76312b10dae97480914345defd90eab79c4716d4553870f73e0f9db404786fd7e2948a86ae5aedb10dca0c2984ccb4222acbd4e835cd572030d6a
DIST libcupsfilters-2.1.0.tar.xz 1445276 BLAKE2B 7b7355c71b086dacfeb54d5ef4dbbe84ce23c5f65c36a7ef90c3f3b0a0a7630babebfd0d025dba01ad005714d7811dacf9c1983995e930212aee12b737a45c6a SHA512 2c15180a49f211215a13dac5b198a4f8d11fbc67c49d2112ec0c9a9cfd34f012867780bcf23dba81fae7bfaa7f05d4241b222dc6ad8dd83fc8ae29ce2869b235
DIST libcupsfilters-2.1.1.tar.xz 1446192 BLAKE2B a4310fac3a2d484716b0cc0b96ffcfd8441558ffc8bbd3e9b2d1336a7a1f74e03892a0f653560abd068e8b2f84c134fd0fe4a9a8441f43224833de3c195c8cb7 SHA512 3025a52713a06cc5f79b2c55bcb4a331fddeb7439636951fd25bfb77c048a1a336143a1b03496e284f12de9c97f35cf1cea44c99f7e8d02f90d849e8f4f083ad
-DIST libcupsfilters-2.1b1.tar.xz 1443976 BLAKE2B 043174e47c6c5de5393cfb4d6f41e3839646932cff42cf677319b2ea22fe8408fbf1d1edfb3b99c1d2c36916a92993069a40ed5f75552d47d88300e283b6aa84 SHA512 5b0cd2472f54188dda13b091f82b257ba926e12065c225ddbde9cab97597baa6d855f09d7352b7d7ee4af8416fc9c3ddb3c75e0c6a0a201b366d047abe47ecef
diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild
deleted file mode 100644
index b27e2fbd9e9d..000000000000
--- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit libtool
-
-DESCRIPTION="library for developing printing features, split out of cups-filters"
-HOMEPAGE="https://github.com/OpenPrinting/libcupsfilters"
-SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=app-text/qpdf-8.3.0:=
- media-libs/fontconfig
- media-libs/lcms:2
- >=net-print/cups-2
- !<net-print/cups-filters-2.0.0
-
- exif? ( media-libs/libexif )
- dbus? ( sys-apps/dbus )
- jpeg? ( media-libs/libjpeg-turbo:= )
- pdf? ( app-text/mupdf )
- postscript? ( app-text/ghostscript-gpl[cups] )
- poppler? ( >=app-text/poppler-0.32[cxx] )
- png? ( media-libs/libpng:= )
- tiff? ( media-libs/tiff:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=sys-devel/gettext-0.18.3
- virtual/pkgconfig
- test? ( media-fonts/dejavu )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-r3-c++17.patch"
-)
-
-src_prepare() {
- default
-
- # respect --as-needed
- elibtoolize
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-imagefilters
- --localstatedir="${EPREFIX}"/var
- --with-cups-rundir="${EPREFIX}"/run/cups
-
- $(use_enable exif)
- $(use_enable dbus)
- $(use_enable poppler)
- $(use_enable postscript ghostscript)
- $(use_enable pdf mutool)
- $(use_with jpeg)
- $(use_with png)
- $(use_with tiff)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r5.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r5.ebuild
deleted file mode 100644
index 04765a0c38fa..000000000000
--- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r5.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit libtool
-
-DESCRIPTION="library for developing printing features, split out of cups-filters"
-HOMEPAGE="https://github.com/OpenPrinting/libcupsfilters"
-SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv sparc x86"
-IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=app-text/qpdf-8.3.0:=
- media-libs/fontconfig
- media-libs/lcms:2
- >=net-print/cups-2
- !<net-print/cups-filters-2.0.0
-
- exif? ( media-libs/libexif )
- dbus? ( sys-apps/dbus )
- jpeg? ( media-libs/libjpeg-turbo:= )
- pdf? ( app-text/mupdf )
- postscript? ( app-text/ghostscript-gpl[cups] )
- poppler? ( >=app-text/poppler-0.32:=[cxx] )
- png? ( media-libs/libpng:= )
- tiff? ( media-libs/tiff:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=sys-devel/gettext-0.18.3
- virtual/pkgconfig
- test? ( media-fonts/dejavu )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-r3-c++17.patch"
- "${FILESDIR}/${P}-color-space.patch"
- "${FILESDIR}/${P}-raster-build-fix.patch"
- "${FILESDIR}/${P}-raster-gray.patch"
-)
-
-src_prepare() {
- default
-
- # respect --as-needed
- elibtoolize
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-imagefilters
- --localstatedir="${EPREFIX}"/var
- --with-cups-rundir="${EPREFIX}"/run/cups
-
- $(use_enable exif)
- $(use_enable dbus)
- $(use_enable poppler)
- $(use_enable postscript ghostscript)
- $(use_enable pdf mutool)
- $(use_with jpeg)
- $(use_with png)
- $(use_with tiff)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/net-print/libcupsfilters/libcupsfilters-2.1_beta1.ebuild b/net-print/libcupsfilters/libcupsfilters-2.1_beta1.ebuild
deleted file mode 100644
index fa165e095afd..000000000000
--- a/net-print/libcupsfilters/libcupsfilters-2.1_beta1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit libtool
-
-DESCRIPTION="library for developing printing features, split out of cups-filters"
-HOMEPAGE="https://github.com/OpenPrinting/libcupsfilters"
-SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV/_beta/b}/${P/_beta/b}.tar.xz"
-S="${WORKDIR}"/${P/_beta/b}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=app-text/qpdf-8.3.0:=
- media-libs/fontconfig
- media-libs/lcms:2
- >=net-print/cups-2
- !<net-print/cups-filters-2.0.0
-
- exif? ( media-libs/libexif )
- dbus? ( sys-apps/dbus )
- jpeg? ( media-libs/libjpeg-turbo:= )
- pdf? ( app-text/mupdf )
- postscript? ( app-text/ghostscript-gpl[cups] )
- poppler? ( >=app-text/poppler-0.32:=[cxx] )
- png? ( media-libs/libpng:= )
- tiff? ( media-libs/tiff:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=sys-devel/gettext-0.18.3
- virtual/pkgconfig
- test? ( media-fonts/dejavu )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-CVE-2024-47076.patch
-)
-
-src_prepare() {
- default
-
- # respect --as-needed
- elibtoolize
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-imagefilters
- --localstatedir="${EPREFIX}"/var
- --with-cups-rundir="${EPREFIX}"/run/cups
-
- $(use_enable exif)
- $(use_enable dbus)
- $(use_enable poppler)
- $(use_enable postscript ghostscript)
- $(use_enable pdf mutool)
- $(use_with jpeg)
- $(use_with png)
- $(use_with tiff)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2025-02-23 5:11 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-23 5:11 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 5:11 [gentoo-commits] repo/gentoo:master commit in: net-print/libcupsfilters/ Sam James
2025-01-04 15:43 Sam James
2024-10-30 15:46 Arthur Zamarin
2024-10-29 13:12 Sam James
2024-10-29 2:45 Sam James
2024-10-29 2:45 Sam James
2024-10-29 2:45 Sam James
2024-10-29 2:45 Sam James
2024-10-18 15:17 Sam James
2024-09-28 13:33 Arthur Zamarin
2024-09-27 5:46 Arthur Zamarin
2024-09-27 5:30 Arthur Zamarin
2024-09-27 5:30 Arthur Zamarin
2024-05-31 12:01 David Seifert
2024-04-29 5:50 Sam James
2024-04-29 5:45 Sam James
2024-02-22 4:45 Ionen Wolkens
2024-02-05 16:46 Sam James
2024-02-05 16:46 Sam James
2024-02-05 15:12 Sam James
2024-02-05 15:12 Sam James
2024-02-05 15:12 Sam James
2024-02-05 15:12 Sam James
2024-01-25 1:05 Ionen Wolkens
2024-01-03 8:41 Jakov Smolić
2023-12-30 1:26 Ionen Wolkens
2023-12-30 1:26 Ionen Wolkens
2023-12-29 14:55 Arthur Zamarin
2023-12-29 14:55 Arthur Zamarin
2023-12-29 14:54 Arthur Zamarin
2023-12-29 14:36 Arthur Zamarin
2023-12-29 1:19 Sam James
2023-12-22 13:24 Mart Raudsepp
2023-12-22 8:03 Sam James
2023-12-19 5:08 Sam James
2023-12-18 6:12 Sam James
2023-12-18 3:54 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1740287343.5db3bb046b4fecc69b81a19f84d15d9e4919650d.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox