Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/discount/
Date: Fri, 07 Feb 2020 15:43:23
Message-Id: 1581090170.a2bc21a5157b6be3e6aec7bb628cfcf7f8f9ef6b.bkohler@gentoo
1 commit: a2bc21a5157b6be3e6aec7bb628cfcf7f8f9ef6b
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 15:42:50 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 7 15:42:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bc21a5
7
8 app-text/discount: fix build of libmarkdown
9
10 Also remove custom doins for pkgconfig file, now handled by build system
11
12 Closes: https://bugs.gentoo.org/708312
13 Package-Manager: Portage-2.3.87, Repoman-2.3.20
14 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
15
16 app-text/discount/discount-2.2.6.ebuild | 8 +++++---
17 1 file changed, 5 insertions(+), 3 deletions(-)
18
19 diff --git a/app-text/discount/discount-2.2.6.ebuild b/app-text/discount/discount-2.2.6.ebuild
20 index 9d8ffa58958..5188f84a09a 100644
21 --- a/app-text/discount/discount-2.2.6.ebuild
22 +++ b/app-text/discount/discount-2.2.6.ebuild
23 @@ -47,14 +47,16 @@ src_configure() {
24 "${configure_call[@]}" || die
25 }
26
27 +src_compile() {
28 + emake libmarkdown
29 + emake
30 +}
31 +
32 src_install() {
33 emake \
34 DESTDIR="${D}" \
35 $(usex minimal install install.everything) \
36 SAMPLE_PFX="${PN}-"
37 -
38 - insinto /usr/$(get_libdir)/pkgconfig
39 - doins libmarkdown.pc
40 }
41
42 pkg_postinst() {