From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/
Date: Fri, 4 Dec 2020 09:31:37 +0000 (UTC) [thread overview]
Message-ID: <1607074294.dbd47a7565fc01ad63c425694e2d8bd94932cce3.pinkbyte@gentoo> (raw)
commit: dbd47a7565fc01ad63c425694e2d8bd94932cce3
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 4 09:24:49 2020 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Fri Dec 4 09:31:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd47a75
net-libs/libyang: new package
YANG data modelling language parser and toolkit written in C
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
net-libs/libyang/Manifest | 1 +
net-libs/libyang/libyang-1.0.184.ebuild | 44 +++++++++++++++++++++++++++++++++
net-libs/libyang/metadata.xml | 11 +++++++++
3 files changed, 56 insertions(+)
diff --git a/net-libs/libyang/Manifest b/net-libs/libyang/Manifest
new file mode 100644
index 00000000000..eb54f19c072
--- /dev/null
+++ b/net-libs/libyang/Manifest
@@ -0,0 +1 @@
+DIST libyang-1.0.184.tar.gz 1659420 BLAKE2B 55b54e5440fb08437a91df2c218e4add37740c0416b26e9ac3b5949a4a5ba25ded8c4c7668e0bf20c8ffcfbae95f7c4699673998285ce37c17604f121429fd4f SHA512 bb1c396b6048d848ea844cc462f1ee9f14b0dad848c7618ec0f9bd239d28db8a94f94550c5439ca07e01824a910a748ec6be699c58150b34072c2f9b76acd95c
diff --git a/net-libs/libyang/libyang-1.0.184.ebuild b/net-libs/libyang/libyang-1.0.184.ebuild
new file mode 100644
index 00000000000..5c9ff1be96a
--- /dev/null
+++ b/net-libs/libyang/libyang-1.0.184.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="YANG data modeling language library"
+HOMEPAGE="https://github.com/CESNET/libyang"
+SRC_URI="https://github.com/CESNET/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="doc"
+
+RDEPEND="dev-libs/libpcre"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ sys-devel/bison
+ sys-devel/flex
+ doc? ( app-doc/doxygen[dot] )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_LYD_PRIV=yes
+ -DGEN_LANGUAGE_BINDINGS=no
+ )
+ cmake_src_configure
+}
+
+src_compile() {
+ cmake_src_compile
+
+ use doc && cmake_src_compile doc
+}
+
+src_install() {
+ cmake_src_install
+
+ use doc && dodoc -r "${S}"/doc/*
+}
diff --git a/net-libs/libyang/metadata.xml b/net-libs/libyang/metadata.xml
new file mode 100644
index 00000000000..06418dac289
--- /dev/null
+++ b/net-libs/libyang/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>pinkbyte@gentoo.org</email>
+ <name>Sergey Popov</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">CESNET/libyang</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2020-12-04 9:31 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 9:31 Sergey Popov [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-02-01 10:03 [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/ Sergey Popov
2021-02-01 10:03 Sergey Popov
2021-02-27 19:51 Sergey Popov
2021-02-27 19:51 Sergey Popov
2021-03-26 11:37 David Seifert
2021-05-15 2:21 Sam James
2021-05-26 12:37 Sam James
2021-05-26 12:37 Sam James
2021-05-27 6:55 Agostino Sarubbo
2021-05-27 6:57 Agostino Sarubbo
2021-05-27 9:46 Sergey Popov
2021-05-27 21:13 David Seifert
2021-06-05 16:22 David Seifert
2021-07-20 6:33 Agostino Sarubbo
2021-08-14 10:30 David Seifert
2021-08-31 15:36 Jakov Smolić
2021-09-24 8:40 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-11-05 17:54 Jakov Smolić
2021-11-10 22:33 Jakov Smolić
2021-11-10 22:35 Jakov Smolić
2021-11-12 10:03 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-12-12 18:01 Jakov Smolić
2022-03-21 18:48 Jakov Smolić
2022-04-29 6:05 Agostino Sarubbo
2022-05-04 23:23 Jakov Smolić
2022-05-04 23:26 Jakov Smolić
2022-05-20 18:41 Jakov Smolić
2022-06-23 18:42 Sam James
2022-06-24 8:23 Agostino Sarubbo
2022-06-27 17:32 Jakov Smolić
2022-10-28 18:50 Sam James
2023-02-14 10:54 Sergey Popov
2023-04-04 8:07 Jakov Smolić
2023-05-05 1:54 Sam James
2023-05-05 6:22 Jakov Smolić
2024-02-24 12:40 Jakov Smolić
2024-06-18 18:55 Jakov Smolić
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=1607074294.dbd47a7565fc01ad63c425694e2d8bd94932cce3.pinkbyte@gentoo \
--to=pinkbyte@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