public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/
Date: Thu, 28 May 2020 14:01:39 +0000 (UTC)	[thread overview]
Message-ID: <1590674492.5103884b8f4d11dfe9aa4b1989065745396f932b.candrews@gentoo> (raw)

commit:     5103884b8f4d11dfe9aa4b1989065745396f932b
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 14:00:57 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu May 28 14:01:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5103884b

dev-libs/libfstrcmp: Delete libtool archives and static libraries

Closes: https://bugs.gentoo.org/725876
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild | 44 ++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
new file mode 100644
index 00000000000..d56c71db588
--- /dev/null
+++ b/dev-libs/libfstrcmp/libfstrcmp-0.7-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Make fuzzy comparisons of strings and byte arrays"
+HOMEPAGE="http://fstrcmp.sourceforge.net/"
+
+LICENSE="GPL-3+"
+IUSE="doc static-libs test"
+SLOT="0"
+
+SRC_URI="http://fstrcmp.sourceforge.net/fstrcmp-0.7.D001.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fstrcmp-0.7.D001"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	sys-apps/groff
+	doc? ( app-text/ghostscript-gpl )
+	test? ( app-text/ghostscript-gpl )
+"
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_compile() {
+	emake all-bin
+	use doc && emake all-doc
+}
+
+src_install() {
+	emake DESTDIR="${D}" install-bin install-include install-libdir install-man
+	find "${D}" -name '*.la' -delete || die
+	if ! use static-libs ; then
+		find "${D}" -name '*.a' -delete || die
+	fi
+	use doc && emake DESTDIR="${D}" install-doc
+	einstalldocs
+}


             reply	other threads:[~2020-05-28 14:01 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-28 14:01 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 13:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfstrcmp/ Andreas Sturmlechner
2024-08-29 19:43 Sam James
2024-08-29 19:43 Sam James
2024-08-29 19:42 Sam James
2024-08-29 19:03 Andreas Sturmlechner
2022-08-27 11:45 Yixun Lan
2022-06-20  2:21 Sam James
2021-07-26  1:39 Sam James
2021-05-16 18:53 Sam James
2021-03-29 14:50 Sam James
2020-07-14 22:39 Sam James
2018-12-13 15:46 Mikle Kolyada
2018-11-28  2:07 Thomas Deutschmann
2018-11-27 21:39 Craig Andrews
2018-07-25 20:12 Craig Andrews
2018-07-25 14:35 Craig Andrews
2018-07-25 14:15 Craig Andrews

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=1590674492.5103884b8f4d11dfe9aa4b1989065745396f932b.candrews@gentoo \
    --to=candrews@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