From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libndp/
Date: Fri, 8 Nov 2024 20:19:53 +0000 (UTC) [thread overview]
Message-ID: <1731095721.ac53a65fdd59d972b66d26ff9e90295c4300482a.pacho@gentoo> (raw)
commit: ac53a65fdd59d972b66d26ff9e90295c4300482a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 19:52:53 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 19:55:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac53a65f
net-libs/libndp: add 1.9
Closes: https://bugs.gentoo.org/940183
Bug: https://bugs.gentoo.org/922613
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-libs/libndp/Manifest | 1 +
net-libs/libndp/libndp-1.9.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/net-libs/libndp/Manifest b/net-libs/libndp/Manifest
index 4b564f5e8d00..f66e78c56f52 100644
--- a/net-libs/libndp/Manifest
+++ b/net-libs/libndp/Manifest
@@ -1 +1,2 @@
DIST libndp-1.8.tar.gz 364669 BLAKE2B 29fa41b40300b273d50aed4f1fe4a1c552023aa83d6f4b1bd6033cd0a41618b453bd1ec7ac5223fe7c123649f389587e89e635cb988b392f1af04cc1d6b79002 SHA512 bce17095f01eb9df6601a2ff0597b0373f4b0005b1edac8c085e4c9d54f9cd18f08faf1604624e0e0992be66fa6f22a71106af46bc73c9e326663c7cf0c5a7fd
+DIST libndp-1.9.tar.gz 374953 BLAKE2B 5f32640b57ae01cf4ecf59f41042392945497a66f73c44d8276449e4a9b99e87ed9d54e90a7a568354fba44198614214162c6d693e5bae6bd9b04bd063a55291 SHA512 30e58bd448ee71a792aa6999b4d3ae50ed510be86ecc0a05ae8e9e75bef51b0cfad0335099524a22ac9adc90d5b7c8c34d646f483d3cd5f2026e870d3147ef5f
diff --git a/net-libs/libndp/libndp-1.9.ebuild b/net-libs/libndp/libndp-1.9.ebuild
new file mode 100644
index 000000000000..f56b99c239c1
--- /dev/null
+++ b/net-libs/libndp/libndp-1.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2 multilib-minimal
+
+DESCRIPTION="Library for Neighbor Discovery Protocol"
+HOMEPAGE="http://libndp.org https://github.com/jpirko/libndp"
+SRC_URI="http://libndp.org/files/${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" \
+ gnome2_src_configure \
+ --disable-static \
+ --enable-logging
+}
+
+multilib_src_install() {
+ gnome2_src_install
+}
next reply other threads:[~2024-11-08 20:19 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-08 20:19 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 20:37 [gentoo-commits] repo/gentoo:master commit in: net-libs/libndp/ Arthur Zamarin
2024-12-01 12:04 Sam James
2024-12-01 11:51 Sam James
2022-10-31 14:28 Matt Turner
2022-05-24 11:14 WANG Xuerui
2021-08-08 19:46 Marek Szuba
2021-05-29 15:27 Sam James
2021-05-28 19:20 Sam James
2021-05-28 19:11 Sam James
2021-05-22 2:27 Matt Turner
2021-01-18 21:10 Matt Turner
2019-07-13 19:46 Mart Raudsepp
2019-07-03 7:11 Agostino Sarubbo
2019-06-27 12:35 Agostino Sarubbo
2019-05-23 13:02 Mikle Kolyada
2019-05-23 6:39 Aaron Bauman
2019-03-31 6:10 Mart Raudsepp
2017-01-26 10:56 Mart Raudsepp
2016-12-06 20:44 Markus Meier
2016-09-17 11:28 Pacho Ramos
2016-09-17 11:28 Pacho Ramos
2016-08-04 18:27 Pacho Ramos
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-06-08 19:58 Markus Meier
2016-05-29 12:42 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
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=1731095721.ac53a65fdd59d972b66d26ff9e90295c4300482a.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