From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dotconf/
Date: Fri, 20 May 2022 19:30:34 +0000 (UTC) [thread overview]
Message-ID: <1653075024.a34541c86c83849132706f7bfab58ba6d3a7460f.pacho@gentoo> (raw)
commit: a34541c86c83849132706f7bfab58ba6d3a7460f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 19:19:55 2022 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May 20 19:30:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34541c8
dev-libs/dotconf: Remove unneeded .la files
Closes: https://bugs.gentoo.org/593744
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-libs/dotconf/dotconf-1.3-r2.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-libs/dotconf/dotconf-1.3-r2.ebuild b/dev-libs/dotconf/dotconf-1.3-r2.ebuild
new file mode 100644
index 000000000000..d2f6fc9815eb
--- /dev/null
+++ b/dev-libs/dotconf/dotconf-1.3-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="dot.conf configuration file parser"
+HOMEPAGE="https://github.com/williamh/dotconf"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=">=sys-devel/autoconf-2.58"
+RDEPEND=""
+
+src_configure() {
+ econf --disable-static
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ default
+ find "${ED}" -type f -name '*.la' -delete || die
+}
next reply other threads:[~2022-05-20 19:30 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-20 19:30 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 16:07 [gentoo-commits] repo/gentoo:master commit in: dev-libs/dotconf/ Andreas K. Hüttel
2024-09-23 10:55 Sam James
2024-09-19 18:57 Arthur Zamarin
2024-09-19 3:09 Sam James
2024-09-19 3:09 Sam James
2024-09-19 3:09 Sam James
2024-09-19 3:09 Sam James
2024-09-19 3:09 Sam James
2024-04-09 15:53 William Hubbs
2024-04-09 15:53 William Hubbs
2024-04-08 18:35 William Hubbs
2024-04-08 18:35 William Hubbs
2024-04-08 18:35 William Hubbs
2024-04-08 17:47 Florian Schmaus
2024-04-08 16:47 William Hubbs
2022-08-30 1:56 William Hubbs
2022-08-29 8:38 Jakov Smolić
2022-08-29 8:38 Jakov Smolić
2022-08-29 7:21 Agostino Sarubbo
2022-08-29 7:18 Agostino Sarubbo
2022-08-28 18:18 Arthur Zamarin
2022-08-28 18:18 Arthur Zamarin
2022-08-28 16:32 Arthur Zamarin
2022-05-26 5:20 WANG Xuerui
2022-03-20 0:53 Sam James
2021-08-10 8:58 Yixun Lan
2018-03-25 10:51 Mikle Kolyada
2018-03-25 10:49 Mikle Kolyada
2018-03-23 4:48 Markus Meier
2018-03-22 22:40 Sergei Trofimovich
2018-03-18 22:45 Sergei Trofimovich
2018-03-06 13:32 Tobias Klausmann
2018-03-04 19:11 Sergei Trofimovich
2018-03-04 11:13 Sergei Trofimovich
2018-03-04 10:19 Jason Zaman
2018-01-28 23:26 Andreas Hüttel
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=1653075024.a34541c86c83849132706f7bfab58ba6d3a7460f.pacho@gentoo \
--to=pacho@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