From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/
Date: Fri, 5 May 2023 06:22:47 +0000 (UTC) [thread overview]
Message-ID: <1683267744.a8e254a5e783e7fd7b70f5b12a3e1e1cb8915ef4.jsmolic@gentoo> (raw)
commit: a8e254a5e783e7fd7b70f5b12a3e1e1cb8915ef4
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri May 5 06:20:43 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri May 5 06:22:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e254a5
net-libs/libyang: drop 2.0.194-r1
Bug: https://bugs.gentoo.org/903756
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-libs/libyang/Manifest | 1 -
net-libs/libyang/libyang-2.0.194-r1.ebuild | 46 ------------------------------
2 files changed, 47 deletions(-)
diff --git a/net-libs/libyang/Manifest b/net-libs/libyang/Manifest
index c2822d2ae517..03d2e8d161aa 100644
--- a/net-libs/libyang/Manifest
+++ b/net-libs/libyang/Manifest
@@ -1,2 +1 @@
-DIST libyang-2.0.194.tar.gz 1150705 BLAKE2B aa323b39752ac426f35e1ef17ca4a61d726c48916b740511ed03b06b8132747207dd4620842f9730ff1d05f216086310bc1634f393163067c119f5eec0aa91b1 SHA512 33d043ff696fc59c1cf5265a463b85a17459086162a03c56b1894cc524b7325ded2e14a71fce55ee70d02ea1119eef523190708c5f7b22438ab8ffd014fccefb
DIST libyang-2.1.55.tar.gz 1201664 BLAKE2B b23d886163b1082c8895d1450113f364288eb6f77c4c73f7da1576877c35312b5558dbaf90e43268e18dd9348b024547c8cc4ee3a7ddabfb3762ffe67c47dc17 SHA512 dd0b58aec7e2d84f62636c62c9e7f67f0b4819e8d5ce9236874a3531607aa6fb58ccdcf537534eae8bfa700c37b8e3524be659929f4e7e03f8f67968bc352cb4
diff --git a/net-libs/libyang/libyang-2.0.194-r1.ebuild b/net-libs/libyang/libyang-2.0.194-r1.ebuild
deleted file mode 100644
index f08475ffb964..000000000000
--- a/net-libs/libyang/libyang-2.0.194-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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 ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/libpcre2"
-DEPEND="
- ${RDEPEND}
- test? ( dev-util/cmocka )
-"
-BDEPEND="
- virtual/pkgconfig
- doc? ( app-doc/doxygen[dot] )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_TESTS=$(usex test)
- -DENABLE_VALGRIND_TESTS=OFF
- )
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-
- use doc && cmake_src_compile doc
-}
-
-src_install() {
- cmake_src_install
-
- use doc && dodoc -r doc/.
-}
next reply other threads:[~2023-05-05 6:22 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-05 6:22 Jakov Smolić [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-10 22:38 [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/ Sam James
2025-06-09 9:18 Petr Vaněk
2025-06-09 7:26 Petr Vaněk
2025-03-28 15:06 Sam James
2025-02-25 15:26 Petr Vaněk
2024-11-23 15:42 Michał Górny
2024-06-18 18:55 Jakov Smolić
2024-02-24 12:40 Jakov Smolić
2023-05-05 1:54 Sam James
2023-04-04 8:07 Jakov Smolić
2023-02-14 10:54 Sergey Popov
2022-10-28 18:50 Sam James
2022-06-27 17:32 Jakov Smolić
2022-06-24 8:23 Agostino Sarubbo
2022-06-23 18:42 Sam James
2022-05-20 18:41 Jakov Smolić
2022-05-04 23:26 Jakov Smolić
2022-05-04 23:23 Jakov Smolić
2022-04-29 6:05 Agostino Sarubbo
2022-03-21 18:48 Jakov Smolić
2021-12-12 18:01 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-12-12 17:58 Jakov Smolić
2021-11-12 10:03 Jakov Smolić
2021-11-10 22:35 Jakov Smolić
2021-11-10 22:33 Jakov Smolić
2021-11-05 17:54 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-10-08 18:26 Jakov Smolić
2021-09-24 8:40 Jakov Smolić
2021-08-31 15:36 Jakov Smolić
2021-08-14 10:30 David Seifert
2021-07-20 6:33 Agostino Sarubbo
2021-06-05 16:22 David Seifert
2021-05-27 21:13 David Seifert
2021-05-27 9:46 Sergey Popov
2021-05-27 6:57 Agostino Sarubbo
2021-05-27 6:55 Agostino Sarubbo
2021-05-26 12:37 Sam James
2021-05-26 12:37 Sam James
2021-05-15 2:21 Sam James
2021-03-26 11:37 David Seifert
2021-02-27 19:51 Sergey Popov
2021-02-27 19:51 Sergey Popov
2021-02-01 10:03 Sergey Popov
2021-02-01 10:03 Sergey Popov
2020-12-04 9:31 Sergey Popov
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=1683267744.a8e254a5e783e7fd7b70f5b12a3e1e1cb8915ef4.jsmolic@gentoo \
--to=jsmolic@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