From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/brlaser/
Date: Wed, 4 Oct 2023 19:50:39 +0000 (UTC) [thread overview]
Message-ID: <1696448616.c1e192a3ea62cc038fcb15ef612f0c37660fd837.sam@gentoo> (raw)
commit: c1e192a3ea62cc038fcb15ef612f0c37660fd837
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 19:43:36 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 19:43:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e192a3
net-print/brlaser: don't redefine _FORTIFY_SOURCE
Closes: https://bugs.gentoo.org/895810
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-print/brlaser/brlaser-6-r1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/net-print/brlaser/brlaser-6-r1.ebuild b/net-print/brlaser/brlaser-6-r1.ebuild
new file mode 100644
index 000000000000..9870f1912e92
--- /dev/null
+++ b/net-print/brlaser/brlaser-6-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Brother laser printer driver"
+HOMEPAGE="https://github.com/pdewacht/brlaser"
+SRC_URI="https://github.com/pdewacht/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="net-print/cups"
+RDEPEND="
+ ${DEPEND}
+ app-text/ghostscript-gpl"
+
+src_prepare() {
+ # Don't clobber toolchain defaults
+ sed -i -e '/-D_FORTIFY_SOURCE=2/d' CMakeLists.txt || die
+
+ cmake_src_prepare
+}
next reply other threads:[~2023-10-04 19:50 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-04 19:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-03 8:08 [gentoo-commits] repo/gentoo:master commit in: net-print/brlaser/ Joonas Niilola
2024-12-03 7:56 Joonas Niilola
2024-03-26 20:00 Andreas Sturmlechner
2024-01-12 7:52 Joonas Niilola
2024-01-12 7:52 Joonas Niilola
2023-12-09 21:22 Sam James
2023-12-09 20:53 Arthur Zamarin
2023-10-04 19:50 Sam James
2021-02-14 20:30 Andreas Sturmlechner
2020-06-30 6:34 Agostino Sarubbo
2020-06-26 17:43 Agostino Sarubbo
2020-04-10 10:30 Joonas Niilola
2019-11-26 12:27 Agostino Sarubbo
2018-05-01 22:51 Mikle Kolyada
2018-05-01 21:22 Patrice Clement
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=1696448616.c1e192a3ea62cc038fcb15ef612f0c37660fd837.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