commit:     a745e34772ac93c7d005d364ad6e6053390b0618
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon May 24 13:17:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 26 12:34:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a745e347

net-misc/sysrepo: Remove old 1.4.104

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/sysrepo/Manifest               |  1 -
 net-misc/sysrepo/sysrepo-1.4.104.ebuild | 39 ---------------------------------
 2 files changed, 40 deletions(-)

diff --git a/net-misc/sysrepo/Manifest b/net-misc/sysrepo/Manifest
index b46aa60cf25..346b2c22bc2 100644
--- a/net-misc/sysrepo/Manifest
+++ b/net-misc/sysrepo/Manifest
@@ -1,2 +1 @@
-DIST sysrepo-1.4.104.tar.gz 673855 BLAKE2B 
4b3a032538d469bb87d7975e559b329a2d0e1b7d805fda393de47d2be759ab0c37b6d8a7ada6058ec11ba636fb71f358c3e8af4c7a9064859eef9c319566d0de
 SHA512 
a3d518cc2d9c808333906ea3123b09abacb4f83f430e621167577112b95280b389bf19fa0aa47a4e74fca469420d12d585d2ab9c0d63a06e6db087f49817bfb6
 DIST sysrepo-1.4.122.tar.gz 679974 BLAKE2B 
3161eb8635c3ea7a0168b1a0eb3250da7e8c134030e5c5443d492cb708f095f9af12f08257a7d0b86a084b121754a8f19fa408de5afc32ce82d92bb4c6c7a535
 SHA512 
ccd603913b0f31f26f990dba8430ad6c1033546cd764396c43cc6667919b486924fc2d2fade77eee9ef7a3329aae2ceaf4acc578613a0c7c1d2a53d3cbf2944c

diff --git a/net-misc/sysrepo/sysrepo-1.4.104.ebuild 
b/net-misc/sysrepo/sysrepo-1.4.104.ebuild
deleted file mode 100644
index b962fe8648e..00000000000
--- a/net-misc/sysrepo/sysrepo-1.4.104.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="YANG-based configuration and operational state data store"
-HOMEPAGE="https://www.sysrepo.org";
-SRC_URI="https://github.com/sysrepo/sysrepo/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="net-libs/libyang:="
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-doc/doxygen[dot] )"
-
-src_configure() {
-       local mycmakeargs=(
-               -DENABLE_TESTS=$(usex test)
-       )
-       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