public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dotconf/
Date: Mon,  8 Apr 2024 18:35:42 +0000 (UTC)	[thread overview]
Message-ID: <1712601282.ceb1566397c599b8fe43f349128ee2157c2aafa2.williamh@gentoo> (raw)

commit:     ceb1566397c599b8fe43f349128ee2157c2aafa2
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 18:34:13 2024 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 18:34:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb15663

dev-libs/dotconf: add live

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-libs/dotconf/dotconf-9999.ebuild | 37 ++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/dev-libs/dotconf/dotconf-9999.ebuild b/dev-libs/dotconf/dotconf-9999.ebuild
new file mode 100644
index 000000000000..36d47ae81583
--- /dev/null
+++ b/dev-libs/dotconf/dotconf-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 9999* ]]; then
+	inherit git-r3
+fi
+inherit autotools toolchain-funcs
+
+DESCRIPTION="dot.conf configuration file parser"
+HOMEPAGE="https://github.com/williamh/dotconf"
+if [[ ${PV} == 9999* ]]; then
+	EGIT_REPO_URI="https://github.com/williamh/dotconf.git"
+else
+	SRC_URI="https://github.com/williamh/dotconf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+DEPEND=">=dev-build/autoconf-2.58"
+
+src_configure() {
+	eautoreconf
+	econf --disable-static
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)"
+}
+
+src_install() {
+	default
+	find "${ED}" -type f -name '*.la' -delete || die
+}


             reply	other threads:[~2024-04-08 18:35 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-08 18:35 William Hubbs [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 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-05-20 19:30 Pacho Ramos
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=1712601282.ceb1566397c599b8fe43f349128ee2157c2aafa2.williamh@gentoo \
    --to=williamh@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