From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FAA9138350 for ; Fri, 7 Feb 2020 15:43:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F051E082B; Fri, 7 Feb 2020 15:43:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 774DDE082B for ; Fri, 7 Feb 2020 15:43:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16EDE34E8BA for ; Fri, 7 Feb 2020 15:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 960DA7B for ; Fri, 7 Feb 2020 15:43:18 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1581090170.a2bc21a5157b6be3e6aec7bb628cfcf7f8f9ef6b.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/discount/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/discount/discount-2.2.6.ebuild X-VCS-Directories: app-text/discount/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: a2bc21a5157b6be3e6aec7bb628cfcf7f8f9ef6b X-VCS-Branch: master Date: Fri, 7 Feb 2020 15:43:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3be432b0-75d0-4ae2-b1a0-bcb071bdf76c X-Archives-Hash: 86a0b21d48a4ced1c2ad971e2a583d1f commit: a2bc21a5157b6be3e6aec7bb628cfcf7f8f9ef6b Author: Ben Kohler gentoo org> AuthorDate: Fri Feb 7 15:42:50 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Feb 7 15:42:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bc21a5 app-text/discount: fix build of libmarkdown Also remove custom doins for pkgconfig file, now handled by build system Closes: https://bugs.gentoo.org/708312 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ben Kohler gentoo.org> app-text/discount/discount-2.2.6.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-text/discount/discount-2.2.6.ebuild b/app-text/discount/discount-2.2.6.ebuild index 9d8ffa58958..5188f84a09a 100644 --- a/app-text/discount/discount-2.2.6.ebuild +++ b/app-text/discount/discount-2.2.6.ebuild @@ -47,14 +47,16 @@ src_configure() { "${configure_call[@]}" || die } +src_compile() { + emake libmarkdown + emake +} + src_install() { emake \ DESTDIR="${D}" \ $(usex minimal install install.everything) \ SAMPLE_PFX="${PN}-" - - insinto /usr/$(get_libdir)/pkgconfig - doins libmarkdown.pc } pkg_postinst() {