From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdada/
Date: Sat, 10 Apr 2021 01:42:09 +0000 (UTC) [thread overview]
Message-ID: <1618018921.0cb5b370158f233135d6b5702cf2041f0fc743ad.ajak@gentoo> (raw)
commit: 0cb5b370158f233135d6b5702cf2041f0fc743ad
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 10 01:42:01 2021 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sat Apr 10 01:42:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb5b370
dev-libs/libcdada: initial import
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
dev-libs/libcdada/Manifest | 1 +
dev-libs/libcdada/libcdada-0.3.4.ebuild | 34 +++++++++++++++++++++++++++++++++
dev-libs/libcdada/metadata.xml | 10 ++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-libs/libcdada/Manifest b/dev-libs/libcdada/Manifest
new file mode 100644
index 00000000000..c6d9dc930d4
--- /dev/null
+++ b/dev-libs/libcdada/Manifest
@@ -0,0 +1 @@
+DIST libcdada-0.3.4.tar.gz 1772957 BLAKE2B 5a7b24e7e033807586a30beb35a304b37262e8e673a02f307af63606b2119e3c76b2ed90cec6f494cac26f77aaafd1756d69c5043cf9adfd6a42cd0db76b4298 SHA512 363f2ebe9a054a6356040bb68460321ffb6dc0f66dfd2f95d275864135bed715e12bb6bbbffe11d665020a119033cd80d6bf323020760339664f1b7a4f1ae9ca
diff --git a/dev-libs/libcdada/libcdada-0.3.4.ebuild b/dev-libs/libcdada/libcdada-0.3.4.ebuild
new file mode 100644
index 00000000000..13fb7ae40ba
--- /dev/null
+++ b/dev-libs/libcdada/libcdada-0.3.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Basic data structures in C"
+HOMEPAGE="https://github.com/msune/libcdada"
+SRC_URI="https://github.com/msune/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ --disable-valgrind
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
diff --git a/dev-libs/libcdada/metadata.xml b/dev-libs/libcdada/metadata.xml
new file mode 100644
index 00000000000..6f70602dc28
--- /dev/null
+++ b/dev-libs/libcdada/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>netmon@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">msune/libcdada</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-04-10 1:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-10 1:42 John Helmert III [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-11 20:04 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdada/ John Helmert III
2022-07-09 4:01 Sam James
2023-05-01 12:39 Michał Górny
2024-07-30 6:08 Petr Vaněk
2024-08-30 10:48 Petr Vaněk
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=1618018921.0cb5b370158f233135d6b5702cf2041f0fc743ad.ajak@gentoo \
--to=ajak@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