public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sipp/
Date: Thu, 27 Jul 2023 19:42:49 +0000 (UTC)	[thread overview]
Message-ID: <1690486959.9a3729a4ace773cb89dcbc8edab10a0cec86b48c.asturm@gentoo> (raw)

commit:     9a3729a4ace773cb89dcbc8edab10a0cec86b48c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 18:52:55 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 19:42:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3729a4

net-misc/sipp: drop 3.6.1-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/sipp/Manifest             |  1 -
 net-misc/sipp/sipp-3.6.1-r1.ebuild | 54 --------------------------------------
 2 files changed, 55 deletions(-)

diff --git a/net-misc/sipp/Manifest b/net-misc/sipp/Manifest
index ceb4bd57e7ac..8d64804b8f05 100644
--- a/net-misc/sipp/Manifest
+++ b/net-misc/sipp/Manifest
@@ -1,2 +1 @@
-DIST sipp-3.6.1.tar.gz 744407 BLAKE2B a201ecce624c15c51a66c3cb5ac467522755085419c2980b1f76340e7ffca5996516f34d7e52776a8aa0a2170ca2b7301030ecb50272a1c0a8e86aaf18a6de16 SHA512 58504c56ca0c14363fafc5d0598fd93857ef33cc5856f579a225fd0e38238f7d2c409127a18a368e22355cc3912758d4dba07bac7eaa3e8a0d2943ea5fdec602
 DIST sipp-3.7.1.tar.gz 927012 BLAKE2B d79cde44761a22ca5dcc737dead9163056e0dc2504c225d23d834b4ae2bc204b1b87f87753ac662ec59e1a940cf1b4f0c47ff0b427b30b373a3c0ad91a5ad4ae SHA512 4c4c588bb3feebfbc6bad32c1565bb76de7eb433b9b40aa948dfbb63022a9cbadaf6d38cb0826c06593e10cc6a4d328a9bb9c94f885d8f8763432612963db94b

diff --git a/net-misc/sipp/sipp-3.6.1-r1.ebuild b/net-misc/sipp/sipp-3.6.1-r1.ebuild
deleted file mode 100644
index d46f12c26028..000000000000
--- a/net-misc/sipp/sipp-3.6.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A free Open Source test tool / traffic generator for the SIP protocol"
-HOMEPAGE="http://sipp.sourceforge.net/ https://github.com/SIPp/sipp/releases"
-SRC_URI="https://github.com/SIPp/sipp/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2 ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gsl +pcap sctp +ssl"
-
-DEPEND="sys-libs/ncurses:=
-	gsl? ( sci-libs/gsl:= )
-	pcap? (
-		net-libs/libpcap
-		net-libs/libnet:1.1
-	)
-	sctp? ( net-misc/lksctp-tools )
-	ssl? ( dev-libs/openssl:= )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-
-	# version.h is in ${S}, and needs to be in ${S}/include for cmake to work.
-	ln -s ../version.h "${S}/include/" || die "Error creating version.h symlink"
-
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DUSE_GSL=$(usex gsl 1 0)
-		-DUSE_PCAP=$(usex pcap 1 0)
-		-DUSE_SCTP=$(usex sctp 1 0)
-		-DUSE_SSL=$(usex ssl 1 0)
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	insinto /usr/share/${PN}
-	use pcap && doins pcap/*.pcap
-	dodoc CHANGES.md README.md
-}


             reply	other threads:[~2023-07-27 19:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27 19:42 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04  8:13 [gentoo-commits] repo/gentoo:master commit in: net-misc/sipp/ Sam James
2023-07-21  6:22 Joonas Niilola
2023-07-21  6:22 Joonas Niilola
2023-07-21  6:22 Joonas Niilola
2021-09-17  2:06 Sam James
2021-06-29 16:35 Sam James
2021-02-22  7:25 Sam James
2019-12-22 16:59 Joonas Niilola

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=1690486959.9a3729a4ace773cb89dcbc8edab10a0cec86b48c.asturm@gentoo \
    --to=asturm@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