public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/
Date: Wed, 10 Nov 2021 22:35:51 +0000 (UTC)	[thread overview]
Message-ID: <1636583739.4c04f97ae2f0a8e1544bcb46a01c36fdac45b574.jsmolic@gentoo> (raw)

commit:     4c04f97ae2f0a8e1544bcb46a01c36fdac45b574
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 10 22:34:43 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Nov 10 22:35:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c04f97a

net-libs/libyang: drop 2.0.7

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-libs/libyang/Manifest             |  1 -
 net-libs/libyang/libyang-2.0.7.ebuild | 44 -----------------------------------
 2 files changed, 45 deletions(-)

diff --git a/net-libs/libyang/Manifest b/net-libs/libyang/Manifest
index 44b1cfdfe9a..d04ca62f55a 100644
--- a/net-libs/libyang/Manifest
+++ b/net-libs/libyang/Manifest
@@ -1,2 +1 @@
-DIST libyang-2.0.7.tar.gz 1031818 BLAKE2B a3ad7dc0bcff14ea5fec0221f11efb2ef61efa8b4b3c8ebd6d58f3184cc1f1979c026985c1782d2f2177227a8aae815c6c4fa7063fb19156af78f65740623318 SHA512 edb1d8d372b25ed820fa312e0dc96d4af7c8cd5ddeb785964de73f64774062ea7a5586bb27e2039ad24189d4a2ba04268921ca86e82423fc48647d1d10a2a0a7
 DIST libyang-2.0.97.tar.gz 1066042 BLAKE2B 24ad593b4d4db2c54bf083d3f3469b17de8734aded878d167e383a5e7edb964706a48707e2f0847c7cd4f613b6c1e298325710c4b074f4a3fa1102e22265d632 SHA512 f97f29703f49ef22d04ecf3071d4437417ca95fd0cc2a696269ff646076cca15236874c40ef6a891f1ed4a1173600ba4c6cdd5e0879356b53414c4f0c415c389

diff --git a/net-libs/libyang/libyang-2.0.7.ebuild b/net-libs/libyang/libyang-2.0.7.ebuild
deleted file mode 100644
index 24249c2af8d..00000000000
--- a/net-libs/libyang/libyang-2.0.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-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[${MULTILIB_USEDEP}]"
-DEPEND="
-	${RDEPEND}
-	test? ( dev-util/cmocka )
-"
-BDEPEND="
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen[dot] )
-"
-
-multilib_src_configure() {
-	local mycmakeargs=(
-		-DENABLE_BUILD_TESTS=$(usex test)
-	)
-	cmake_src_configure
-}
-
-multilib_src_compile() {
-	cmake_src_compile
-
-	multilib_is_native_abi && use doc && cmake_src_compile doc
-}
-
-multilib_src_install_all() {
-	use doc && dodoc -r doc/.
-}


             reply	other threads:[~2021-11-10 22:35 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10 22:35 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-28 15:06 [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/ 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  6:22 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: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=1636583739.4c04f97ae2f0a8e1544bcb46a01c36fdac45b574.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