commit:     6f8231d1e5db7716b1b3a4164063c0d0584632b8
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat May 22 02:18:09 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May 22 02:26:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8231d1

net-libs/libndp: Version bump to 1.8

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/libndp/Manifest          |  1 +
 net-libs/libndp/libndp-1.8.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/net-libs/libndp/Manifest b/net-libs/libndp/Manifest
index c8f12580f8a..53ecbbbad8a 100644
--- a/net-libs/libndp/Manifest
+++ b/net-libs/libndp/Manifest
@@ -1 +1,2 @@
 DIST libndp-1.7.tar.gz 363502 BLAKE2B 
f9b4dc455a666fb8d7bbedd49ed2c66764eac0e886943647be906fbd2912379c8b0bcaf64460316417b9d13011c79f5cf6a79d0dae0af991b137cb69940e85c2
 SHA512 
4aadaf6d7d8b9e57983cba17ce92715cceef6635613c4c5326decb97fb575ce5f5d5586a629645e3605a03e385c6481bfb6c4458216be2bbd36959af62783790
+DIST libndp-1.8.tar.gz 364669 BLAKE2B 
29fa41b40300b273d50aed4f1fe4a1c552023aa83d6f4b1bd6033cd0a41618b453bd1ec7ac5223fe7c123649f389587e89e635cb988b392f1af04cc1d6b79002
 SHA512 
bce17095f01eb9df6601a2ff0597b0373f4b0005b1edac8c085e4c9d54f9cd18f08faf1604624e0e0992be66fa6f22a71106af46bc73c9e326663c7cf0c5a7fd

diff --git a/net-libs/libndp/libndp-1.8.ebuild 
b/net-libs/libndp/libndp-1.8.ebuild
new file mode 100644
index 00000000000..e187a404419
--- /dev/null
+++ b/net-libs/libndp/libndp-1.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome2 multilib-minimal
+
+DESCRIPTION="Library for Neighbor Discovery Protocol"
+HOMEPAGE="http://libndp.org";
+SRC_URI="http://libndp.org/files/${P}.tar.gz";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+multilib_src_configure() {
+       ECONF_SOURCE="${S}" \
+       gnome2_src_configure \
+               --disable-static \
+               --enable-logging
+}
+
+multilib_src_install() {
+       gnome2_src_install
+}

Reply via email to