From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/
Date: Fri, 29 Dec 2023 10:42:00 +0000 (UTC) [thread overview]
Message-ID: <1703846510.b9b9bbe0f861fd54e2cd4ec838c3dced0e94ac77.soap@gentoo> (raw)
commit: b9b9bbe0f861fd54e2cd4ec838c3dced0e94ac77
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 10:41:50 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 10:41:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b9bbe0
net-print/cups-pdf: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../{cups-pdf-3.0.1-r2.ebuild => cups-pdf-3.0.1-r3.ebuild} | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild b/net-print/cups-pdf/cups-pdf-3.0.1-r3.ebuild
similarity index 84%
rename from net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
rename to net-print/cups-pdf/cups-pdf-3.0.1-r3.ebuild
index 0a7504e127f7..ed52b55cd752 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
inherit toolchain-funcs
@@ -16,16 +16,17 @@ KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
IUSE="+ppds"
DEPEND="net-print/cups"
-
RDEPEND="${DEPEND}
>=app-text/ghostscript-gpl-9.54"
PATCHES=( "${FILESDIR}"/${PN}-3.0.1-ghostscript-gpl-9.54-compat.patch )
+src_configure() {
+ tc-export CC
+}
+
src_compile() {
- pushd src &>/dev/null || die
- $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
- popd &>/dev/null || die
+ LDLIBS="-lcups" emake -C src ${PN}
}
src_install() {
@@ -43,5 +44,5 @@ src_install() {
doins extra/CUPS-PDF_noopt.ppd
fi
- dodoc ChangeLog README
+ einstalldocs
}
next reply other threads:[~2023-12-29 10:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-29 10:42 David Seifert [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-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-05-19 20:55 Andreas Sturmlechner
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=1703846510.b9b9bbe0f861fd54e2cd4ec838c3dced0e94ac77.soap@gentoo \
--to=soap@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