public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/
Date: Tue, 19 May 2020 20:55:25 +0000 (UTC)	[thread overview]
Message-ID: <1589921700.2a7ed2ee4d4416452dc3e6c9a26ff0bfbf6bf8a1.asturm@gentoo> (raw)

commit:     2a7ed2ee4d4416452dc3e6c9a26ff0bfbf6bf8a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 20:52:41 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 19 20:55:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7ed2ee

net-print/cups-pdf: Drop 2.6.1 (EAPI4--), 3.0.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-print/cups-pdf/Manifest              |  2 --
 net-print/cups-pdf/cups-pdf-2.6.1.ebuild | 46 -------------------------------
 net-print/cups-pdf/cups-pdf-3.0.0.ebuild | 47 --------------------------------
 3 files changed, 95 deletions(-)

diff --git a/net-print/cups-pdf/Manifest b/net-print/cups-pdf/Manifest
index 2b4f14b8915..20292479369 100644
--- a/net-print/cups-pdf/Manifest
+++ b/net-print/cups-pdf/Manifest
@@ -1,3 +1 @@
-DIST cups-pdf_2.6.1.tar.gz 33315 BLAKE2B 8268777d9c604622a801e663f9aac9ea1fd7253ea87f1f65c7954134f7473b7d8baf94cec09c5dd14bb5470df47ea4484cfbd90afb4b0da652395d657011f86d SHA512 60702159907f95e005c93a38551b5aaa65b7e4b8e009b48becf4523d606c4bbb127e81e5acf8519ce4c9aed90b41deb01d80171f3145086351dbd022863a3816
-DIST cups-pdf_3.0.0.tar.gz 29654 BLAKE2B ec1e89eb876161bd2b123568448e9b0075537aacc01623ca2ae5128f946ff2ea797893a009bcf88a1f26af9755d803e57de2271b4cd828fed00e74790f66f9f8 SHA512 14420e50b9ac93d12e75b98ba8c3456d35a3bcce0778eee8308ac7a3c3a987b4dca5a4f140353bd2060a5f0f4d3434c442b00ea309660b4e5a72fe11dba25276
 DIST cups-pdf_3.0.1.tar.gz 29754 BLAKE2B f964358c5e465447e703848a697f6c801624a1836e2a0a4026c507c66048cf4bef92327508598ec7e9a356d4f57894a6b610e55b7a9a34e942cf2b88c6c55b85 SHA512 a06580f3056dddbb883c8db0c71b37b883482ae1ac8aa9bcfd85e679c4dcb44278006b7110d2988173d0eeb05b0f19fb39081fad49bf26839235e97fbe27a818

diff --git a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild b/net-print/cups-pdf/cups-pdf-2.6.1.ebuild
deleted file mode 100644
index 785c25e6510..00000000000
--- a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="https://www.cups-pdf.de/"
-SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="net-print/cups
-	app-text/ghostscript-gpl"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-	cd "${S}"/src
-	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die "Compilation failed."
-}
-
-src_install() {
-	exeinto /usr/libexec/cups/backend
-	exeopts -m0700
-	doexe src/cups-pdf
-
-	insinto /usr/share/cups/model
-	doins extra/CUPS-PDF.ppd
-
-	insinto /etc/cups
-	doins extra/cups-pdf.conf
-
-	dodoc ChangeLog README
-	newdoc contrib/Contents contrib_Contents
-}
-
-pkg_postinst() {
-	elog "Please view both the README and contrib_Contents files"
-	elog "as you may want to adjust some settings and/or use"
-	elog "contributed software. In the latter case you may need"
-	elog "to extract some files from the ${P} distfile."
-}

diff --git a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild b/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
deleted file mode 100644
index b2a6c83640a..00000000000
--- a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="https://www.cups-pdf.de/"
-SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="+ppds"
-
-RDEPEND="
-	net-print/cups
-	app-text/ghostscript-gpl
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${PV/_}
-
-src_compile() {
-	pushd src >/dev/null
-	$(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
-	popd >/dev/null
-}
-
-src_install() {
-	exeinto /usr/libexec/cups/backend
-	exeopts -m0700
-	doexe src/cups-pdf
-
-	insinto /etc/cups
-	doins extra/cups-pdf.conf
-
-	insinto /usr/share/cups/model
-	if use ppds; then
-		doins extra/CUPS-PDF_opt.ppd
-	else
-		doins extra/CUPS-PDF_noopt.ppd
-	fi
-
-	dodoc ChangeLog README
-}


             reply	other threads:[~2020-05-19 20:55 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19 20:55 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-29 10:42 [gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/ David Seifert
2023-12-29 10:42 David Seifert
2023-05-17  2:48 Sam James
2022-01-15 14:15 Andreas Sturmlechner
2021-10-20  6:58 Sam James
2021-09-24  6:59 Agostino Sarubbo
2021-09-23  6:40 Agostino Sarubbo
2021-04-20 21:47 Michał Górny
2021-02-16  8:25 Sergei Trofimovich
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2018-06-03 13:49 Aaron Bauman
2017-03-19 21:45 Manuel Rüger
2017-03-19 21:45 Manuel Rüger
2017-01-28 23:03 Andreas Hüttel

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=1589921700.2a7ed2ee4d4416452dc3e6c9a26ff0bfbf6bf8a1.asturm@gentoo \
    --to=asturm@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