Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
Date: Tue, 23 Nov 2021 14:49:59
Message-Id: 1637678986.dc883edadf4bf449e94f141f87290f8781fb8875.tamiko@gentoo
1 commit: dc883edadf4bf449e94f141f87290f8781fb8875
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 14:21:31 2021 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 14:49:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc883eda
7
8 app-text/barcode: QA use eautoreconf
9
10 Closes: https://bugs.gentoo.org/814305
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 app-text/barcode/barcode-0.99-r1.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild
18 index 9defd1531f06..51debbbbb972 100644
19 --- a/app-text/barcode/barcode-0.99-r1.ebuild
20 +++ b/app-text/barcode/barcode-0.99-r1.ebuild
21 @@ -3,6 +3,8 @@
22
23 EAPI=7
24
25 +inherit autotools
26 +
27 DESCRIPTION="barcode generator"
28 HOMEPAGE="https://www.gnu.org/software/barcode/"
29 SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
30 @@ -20,13 +22,15 @@ PATCHES=(
31 )
32
33 src_prepare() {
34 + default
35 +
36 sed -i -e '/^LDFLAGS =/s:=:+=:' \
37 -e "/^aLIBDIR/s:lib:$(get_libdir):" \
38 -e '/^INFODIR/s:info:share/info:' \
39 -e '/^MAN/s:man:share/man:' \
40 Makefile.in || die
41
42 - default
43 + eautoreconf
44 }
45
46 src_configure() {