From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rtrlib/
Date: Tue, 14 Mar 2023 08:02:13 +0000 (UTC) [thread overview]
Message-ID: <1678780914.df4278525de7be75297612d706103ef6b076c120.pinkbyte@gentoo> (raw)
commit: df4278525de7be75297612d706103ef6b076c120
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 08:01:43 2023 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 08:01:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df427852
net-libs/rtrlib: drop old version
Closes: https://bugs.gentoo.org/887531
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
net-libs/rtrlib/Manifest | 1 -
net-libs/rtrlib/rtrlib-0.7.0.ebuild | 48 -------------------------------------
2 files changed, 49 deletions(-)
diff --git a/net-libs/rtrlib/Manifest b/net-libs/rtrlib/Manifest
index f8b3ac40451d..31df884f3465 100644
--- a/net-libs/rtrlib/Manifest
+++ b/net-libs/rtrlib/Manifest
@@ -1,2 +1 @@
-DIST rtrlib-0.7.0.tar.gz 260699 BLAKE2B ea8b70b1ca1fb7cacc2943228e398e16f61de6264702f87e6bc5dc011dbb77e760a4e317f109e13b882efd9c080847e6e86c9c47afdc4518db5de210621181fc SHA512 e1c78ce92d066308c1c4fbb6575c2f0dc0f6840c16be90e27bd0da184cab7d0fa4dd1cff3677eda5f1720184756e02765e5abd267b0da0d183082721fee2ffd8
DIST rtrlib-0.8.0.tar.gz 262281 BLAKE2B 82fc5c8416540fdd87ba3683664ab0afdd905758541a9283ca60b5ec89c1642394cacf453d254f996128a5a9ab64fcefaf15d9a18a04451cdb3e1aa0e8e3c841 SHA512 36e44dce5c6117f3fe3c21994a7f9ebfeb4029ade1fddcb0f1df680c9ca4713fe3031da4cf80963b8a3d9bdb930bd9fd95c84b1fe182a9089a29ddfe879060dc
diff --git a/net-libs/rtrlib/rtrlib-0.7.0.ebuild b/net-libs/rtrlib/rtrlib-0.7.0.ebuild
deleted file mode 100644
index 494f58bcc643..000000000000
--- a/net-libs/rtrlib/rtrlib-0.7.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="An open-source C implementation of the RPKI/Router Protocol client"
-HOMEPAGE="https://rtrlib.realmv6.org/"
-SRC_URI="https://github.com/rtrlib/rtrlib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-IUSE="doc ssh"
-
-RDEPEND="ssh? ( net-libs/libssh:0= )"
-DEPEND="
- ${RDEPEND}
- doc? ( app-doc/doxygen[dot] )
-"
-
-src_prepare() {
- # Fix checks for libssh version
- sed -i \
- -e 's:/libssh/libssh.h:/libssh/libssh_version.h:g' \
- cmake/modules/FindLibSSH.cmake || die
- # Fix automagic dependency on doxygen, fix path for installing docs
- if use doc; then
- sed -i -e "s:share/doc/rtrlib:share/doc/${PF}:" CMakeLists.txt || die
- else
- sed -i -e '/find_package(Doxygen)/d' CMakeLists.txt || die
- fi
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DRTRLIB_TRANSPORT_SSH=$(usex ssh)
- )
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- find "${D}" -name '*.la' -delete || die
-}
next reply other threads:[~2023-03-14 8:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 8:02 Sergey Popov [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-05 4:48 [gentoo-commits] repo/gentoo:master commit in: net-libs/rtrlib/ Sam James
2023-02-09 17:51 Sergey Popov
2022-07-28 7:10 Sam James
2022-04-04 11:17 Sergey Popov
2021-05-15 2:21 Sam James
2021-02-27 19:51 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=1678780914.df4278525de7be75297612d706103ef6b076c120.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