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: dev-libs/libmaa/
Date: Sun, 20 Oct 2019 14:37:57 +0000 (UTC)	[thread overview]
Message-ID: <1571582242.1763a812b5645dfea8dd502dc0b97401169c7dae.soap@gentoo> (raw)

commit:     1763a812b5645dfea8dd502dc0b97401169c7dae
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 14:37:22 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 14:37:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1763a812

dev-libs/libmaa: [QA] Do not install static archives

Closes: https://bugs.gentoo.org/401935
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/libmaa/libmaa-1.3.2.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libmaa/libmaa-1.3.2.ebuild b/dev-libs/libmaa/libmaa-1.3.2.ebuild
index 52d04eeae6c..e1c047b6af4 100644
--- a/dev-libs/libmaa/libmaa-1.3.2.ebuild
+++ b/dev-libs/libmaa/libmaa-1.3.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="Library with low-level data structures which are helpful for writing compilers"
 HOMEPAGE="http://www.dict.org/"
@@ -10,6 +10,11 @@ SRC_URI="mirror://sourceforge/dict/${P}.tar.gz"
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
-DOCS="ChangeLog NEWS README doc/libmaa.600dpi.ps"
+src_install() {
+	default
+	dodoc doc/libmaa.600dpi.ps
+
+	# don't want static or libtool archives, #401935
+	find "${D}" \( -name '*.a' -o -name '*.la' \) -delete || die
+}


             reply	other threads:[~2019-10-20 14:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-20 14:37 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 13:15 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmaa/ Jakov Smolić
2024-12-01 19:57 Arthur Zamarin
2024-12-01 19:57 Arthur Zamarin
2024-06-29 14:09 Arthur Zamarin
2023-12-19  5:19 Sam James
2023-12-11  4:33 Arthur Zamarin
2023-12-11  4:33 Arthur Zamarin
2023-12-08 12:54 Arthur Zamarin
2023-12-08 10:25 Arthur Zamarin
2023-12-08 10:05 Arthur Zamarin
2023-12-08 10:00 Arthur Zamarin
2023-12-08  9:58 Arthur Zamarin
2023-12-08  9:38 Jakov Smolić
2023-12-08  9:02 Arthur Zamarin
2023-10-09  0:23 Sam James
2022-12-18 12:47 Sam James
2022-12-18 11:55 Sam James
2022-06-20 22:10 Sam James
2017-06-18 15:14 Alexis Ballier
2017-01-29 16:19 Fabian Groffen
2016-03-18 19:11 Michał Górny

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=1571582242.1763a812b5645dfea8dd502dc0b97401169c7dae.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