public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libdsk/
Date: Sun, 15 Nov 2020 23:24:11 +0000 (UTC)	[thread overview]
Message-ID: <1605482563.934b4cf892e3e0881f1fa76da7d67a89d6696c39.soap@gentoo> (raw)

commit:     934b4cf892e3e0881f1fa76da7d67a89d6696c39
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Nov 15 23:22:43 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 23:22:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934b4cf8

app-emulation/libdsk: disable static libs

Closes: https://bugs.gentoo.org/726574
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-emulation/libdsk/libdsk-1.5.8.ebuild | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/app-emulation/libdsk/libdsk-1.5.8.ebuild b/app-emulation/libdsk/libdsk-1.5.8.ebuild
index e09295e8440..2b4c246fa6d 100644
--- a/app-emulation/libdsk/libdsk-1.5.8.ebuild
+++ b/app-emulation/libdsk/libdsk-1.5.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="LIBDSK is a library for accessing discs and disc image files"
 HOMEPAGE="http://www.seasip.info/Unix/LibDsk/"
@@ -12,12 +12,14 @@ SLOT="0"
 KEYWORDS="amd64"
 IUSE="doc"
 
-src_prepare() {
-	eapply "${FILESDIR}"/${P}-include-sysmacros.patch
-	eapply_user
+PATCHES=( "${FILESDIR}"/${P}-include-sysmacros.patch )
+DOCS=( doc/${PN}.{txt,pdf} )
+
+src_configure() {
+	econf --disable-static
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
-	DOCS="doc/${PN}.txt doc/${PN}.pdf" einstalldocs
+	default
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2020-11-15 23:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-15 23:24 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-02  0:14 [gentoo-commits] repo/gentoo:master commit in: app-emulation/libdsk/ Conrad Kostecki
2024-11-16 14:17 Andreas K. Hüttel
2024-11-04  3:28 Sam James
2024-06-13 14:47 Arthur Zamarin
2024-06-13 14:47 Arthur Zamarin
2022-02-04 22:23 Jakov Smolić
2022-02-02 19:54 Jonas Stein
2018-05-09  8:52 Agostino Sarubbo
2018-01-28 15:24 José María Alonso
2018-01-27 19:51 José María Alonso
2017-12-10 16:51 José María Alonso
2017-12-10 16:48 José María Alonso
2017-04-06  7:22 José María Alonso
2017-04-05 21:45 José María Alonso
2016-11-26 21:28 José María Alonso
2016-11-20 17:07 José María Alonso

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=1605482563.934b4cf892e3e0881f1fa76da7d67a89d6696c39.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