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/.
-}

Reply via email to