public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ding-libs/
Date: Wed,  1 Jun 2022 01:25:28 +0000 (UTC)	[thread overview]
Message-ID: <1654046711.ea0f1e1cf63ca4da9b34b50bd1343a4a147c9060.sam@gentoo> (raw)

commit:     ea0f1e1cf63ca4da9b34b50bd1343a4a147c9060
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 00:51:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 01:25:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0f1e1c

dev-libs/ding-libs: add 0.6.2

Closes: https://bugs.gentoo.org/832432
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/ding-libs/Manifest               |  1 +
 dev-libs/ding-libs/ding-libs-0.6.2.ebuild | 30 ++++++++++++++++++++++++++++++
 dev-libs/ding-libs/metadata.xml           |  5 ++++-
 3 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/dev-libs/ding-libs/Manifest b/dev-libs/ding-libs/Manifest
index 88f8db91499e..0ab4e044b12b 100644
--- a/dev-libs/ding-libs/Manifest
+++ b/dev-libs/ding-libs/Manifest
@@ -1 +1,2 @@
 DIST ding-libs-0.6.1.tar.gz 904092 BLAKE2B 72eda10dfe002f27bb2d096bd96f6a6ee60dc246492fb1cc3581661184d050827aad6a5897aadf9b06db9b6dbd18da756637bd27bcc02742c6318c8cc7e68298 SHA512 335a0925bfa7cc113e86c91ad3f2c8aac12711879d5c9b62660140a4b749335a74024c987fcd2304dd78176362997b3e0ebd745193aaffab7a368e2873118628
+DIST ding-libs-0.6.2.tar.gz 957577 BLAKE2B 7236706b0892e5b56506e89f67305cac54da648b2bd6f21dcf3c330d848e1bc556134c8e7d2efd0a9c8234ea41212d6bd2250ff7feaf84df12ff8ee6b56e0602 SHA512 566172e0addb0ee6e0ebd12874d3b72f2fa6bcb1ecc628c0c529984193290fae554efc40f52d2cec675bffab32a36183e47ec629db25e83ed2995f1049c64703

diff --git a/dev-libs/ding-libs/ding-libs-0.6.2.ebuild b/dev-libs/ding-libs/ding-libs-0.6.2.ebuild
new file mode 100644
index 000000000000..27ceab092825
--- /dev/null
+++ b/dev-libs/ding-libs/ding-libs-0.6.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="Set of utility libraries (mostly used by sssd)"
+HOMEPAGE="https://github.com/SSSD/ding-libs"
+SRC_URI="https://github.com/SSSD/ding-libs/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-libs/check )"
+BDEPEND="virtual/pkgconfig"
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf
+}
+
+multilib_src_install_all() {
+	einstalldocs
+
+	# no static archives
+	find "${ED}" -name '*.la' -delete || die
+}

diff --git a/dev-libs/ding-libs/metadata.xml b/dev-libs/ding-libs/metadata.xml
index 85e4ed814fa2..a5ebe852b975 100644
--- a/dev-libs/ding-libs/metadata.xml
+++ b/dev-libs/ding-libs/metadata.xml
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<!-- maintainer-needed -->
+	<upstream>
+		<remote-id type="github">SSSD/ding-libs</remote-id>
+	</upstream>
 </pkgmetadata>


             reply	other threads:[~2022-06-01  1:25 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01  1:25 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-28 18:50 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ding-libs/ Sam James
2022-09-06 12:51 Agostino Sarubbo
2022-09-06 12:51 Agostino Sarubbo
2022-09-06  2:19 Sam James
2022-09-06  2:19 Sam James
2021-12-05 18:39 Sam James
2021-12-05 18:31 Sam James
2021-12-05  4:16 Sam James
2021-08-17  9:36 Marek Szuba
2021-01-23 23:50 David Seifert
2021-01-23 21:35 Andreas Sturmlechner
2019-09-20 23:26 Matt Turner
2019-06-05  7:46 Agostino Sarubbo
2019-05-23 12:44 Mikle Kolyada
2019-04-28 13:03 Sergei Trofimovich
2019-04-28  7:42 Sergei Trofimovich
2019-04-27 15:48 Sergei Trofimovich
2019-04-26 20:35 Sergei Trofimovich
2018-02-15 14:27 Patrice Clement
2018-02-12 10:33 Lars Wendler
2017-12-25  8:08 Jason Zaman
2017-12-24 13:38 Sergei Trofimovich
2017-12-24 13:38 Sergei Trofimovich
2017-12-24 10:11 Sergei Trofimovich
2016-08-15  8:22 Lars Wendler
2016-06-06  3:54 Mike Frysinger

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=1654046711.ea0f1e1cf63ca4da9b34b50bd1343a4a147c9060.sam@gentoo \
    --to=sam@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